Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Constants and Data Types


Miscellaneous Constants

A Java session may require you to pass one of these two constants when calling JManager functions.

enum {
   kJMVersion  = 0x11300003,
   kDefaultJMTime = 0x00000400,
   };
Constant descriptions

kJMVersion
The version of JManager being used. The value for JManager 2.0 reflects adherence with Sun's 1.1.3 Java specifications.
kDefaultJMTime
The default idle time (1024 milliseconds) for JMIdle calls. For more information, see the JMIdle function.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997